added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / CSAzureWCFWorkerRole / CSWorkerRoleHostingWCF / app.config
blob49bbdf85ffabb620d9ab65a3e287b49ec89975f1
1 <?xml version="1.0" encoding="utf-8" ?>
2 <configuration>
3     <system.diagnostics>
4         <trace>
5             <listeners>
6                 <add type="Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener, Microsoft.WindowsAzure.Diagnostics, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
7                     name="AzureDiagnostics">
8                     <filter type="" />
9                 </add>
10             </listeners>
11         </trace>
12     </system.diagnostics>
13 </configuration>